home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishcontents / 226-250 / contents_249 < prev    next >
Text File  |  1992-05-06  |  1KB  |  28 lines

  1. This is disk 249 of the freely distributable AMIGA software library.
  2. Below is a listing of the significant directories and their contents.
  3.  
  4.  
  5. Automata    Four cellular automata programs.  AutomaTron is a one
  6.         dimensional cellular automation, Crud is a automation
  7.         based on a sum index rule, Demon is a cyclic space
  8.         automation described in the Aug 89 Scientific American,
  9.         and Life is one of the oldest and best known of all
  10.         cellular automata.  Includes source.
  11.         Author:  Gary Teachout
  12.  
  13. Slicer        Slicer computes and displays images of the Mandelbrot
  14.         and Julia sets.  Unlike many Mandelbrot programs that
  15.         generate pictures directly, Slicer computes and stores
  16.         an array of raw data which it may then render into
  17.         pictures in a number of ways.  Version 1.0, binary only.
  18.         Author:  Gary Teachout
  19.  
  20. TurMite        A two dimensional turing machine simulator.  Imagine a
  21.         small bug crawling around on your computer display moving
  22.         one pixel at a time. At each step it uses its internal
  23.         state number and the color of the pixel it's on as indexes
  24.         into a set of tables to decide what color to change the
  25.         pixel to, what direction to move, and what its new internal
  26.         state should be.  Includes source.
  27.         Author:  Gary Teachout
  28.